home *** CD-ROM | disk | FTP | other *** search
- function tvc_tracker(url, media_id, format)
- {
- tvc_lv = new LoadVars();
- tvc_lv.media = media_id;
- tvc_lv.f = format;
- trace("media: " + media_id);
- return tvc_lv.sendAndLoad(url,tvc_lv,"get");
- }
- stop();
- System.security.allowDomain(_parent.url);
- strUrl = url == null ? "http://www.viralchart.com" : url;
- _root.tvc_media = 681;
- if(_root.tvc_media != null && _root.tvc_media != "")
- {
- _root.tvc_media = !tvc_tracker(strUrl + "/tracker.php",_root.tvc_media,"F") ? _root.tvc_media : null;
- }
-